Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 2, 2025

What changes were proposed in this pull request?

This PR aims to support Parameterized SQL queries in sql API.

Why are the changes needed?

For feature parity, we had better support this GA feature.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Today, setup-swift GitHub Action failed 40 times at downloading GPG keys. I made an upstream PR to fix it.

/// result as a `DataFrame`.
/// - Parameters:
/// - sqlText: A SQL statement with positional parameters to execute.
/// - args: An array of strings that can be converted to SQL literal expressions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An array of strings?

Do they must be strings? Looks like they can be any Sendable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, right. It's typo.

Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Pending CI.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya .

@dongjoon-hyun
Copy link
Member Author

Let me merge this since the failures are irrelevant.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51986 branch May 3, 2025 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants